home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / gcc263-src.lha / gcc-2.6.3 / config / i386 / x-linux < prev    next >
Text File  |  1993-10-25  |  536b  |  14 lines

  1. X_CFLAGS = -DPOSIX
  2.  
  3. # The following is needed when compiling stages 2 and 3 because gcc's
  4. # limits.h must be picked up before /usr/include/limits.h.  This is because
  5. # each does an #include_next of the other if the other hasn't been included.
  6. # /usr/include/limits.h loses if it gets found first because /usr/include is
  7. # at the end of the search order.  When a new version of gcc is released,
  8. # gcc's limits.h hasn't been installed yet and hence isn't found.
  9.  
  10. BOOT_CFLAGS = -O $(CFLAGS) -Iinclude
  11.  
  12. # Don't run fixproto
  13. STMP_FIXPROTO =
  14.